
* {
    box-sizing: border-box;
}

:root {
	--col1: #fff;
	--col2: #333;
	--col3: #3399ff;
	--col4: #f0f0f5;
    --col5: #0066cc;
}

body {
	font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 22px;
}
/* ALL OTHER LINKS */
a {
    color: var(--col5);
    text-decoration: none;
}
a:hover {
    color: var(--col3);
	/*text-decoration: underline; */
}

#headerName a {
	color: var(--col2);
	text-decoration: none;
}
.largerText {
    font-size: larger;
}
.smallerText {
    font-size: smaller;
}
.logoInH {
    font-weight:normal;
}
.newLine {
	float: left;
	clear:both;
	text-align:center;
	width: 100%;
}

header {
    max-width: 1200px;
    margin: auto;
    /* position: fixed;
    z-index: 3; */
}

.section1200 {
    max-width: 1200px;
    padding: 20px;
    margin: auto;  
    text-align: center; 
    clear: both;
}

.banner {
    text-align: center;
}


.contentMain {
    padding: 20px;
}

/* SECTIONS FOR SIDEBAR TEMPLATE */
.mainContainer {
    margin: auto;
    max-width: 1200px;
    clear: both;
}
.container {
	width: 1200px;
	margin: auto;
}
.content {
    width: 900px;
    float: left;
    padding: 20px;
    /* background-color: aqua; */
}

.sidebar {
    padding: 20px;
    /* background-color: #ddd; */
    width: 300px;
    float: left;
}

/* MAKE A DIV SIT UNDER ALWAYS */
.newLineCenter {
	float: left;
	clear:both;
	text-align:center;
	width: 100%;
}

.box50 {
    float: left;
    width: 50%;
}
/* HOME PAGE MAIN SERVICES */
.homeBox {
	float: left;
	width: 385px;
	padding: 20px;
	text-align: center;
    font-size: 36px;
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
	background-attachment: fixed; /* set a background image as fixed */ 
	padding-top: 40px;
	padding-bottom: 40px;
}

.homeBoxButton a {
	color: var(--col2);
	display: inline-block;
	text-align: center;
	padding: 10px 20px 10px 20px;
	background-color: var(--col3);
	color: var(--col1);
	text-decoration: none;
	margin-right: 10px;
	font-size: 30px;
	border-radius: 5px;
}

.homeBoxButton a:hover {
	background-color: var(--col2);
	color: var(--col1);
	text-decoration: none;
}
/* HOME PAGE */
.homeBuildAusBus {
	float: left;
	clear:both;
	text-align:center;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)) ,url("../images/nasa-earth.jpg");
	background-color: #333;
	color:#fff;
	font-size: 36px;
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
	background-attachment: fixed; /* set a background image as fixed */ 
	padding-top: 40px;
	padding-bottom: 40px;

}

/* NAVBAR SECTION */
.navBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--col1);
    color: var(--col2);
    font-size: 30px;
}

.brand-title {
    font-size: 40px;
    margin: .5rem
}

.navBar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navBar-links li {
    list-style: none;
}

.navBar-links li a {
    text-decoration: none;
    color: var(--col2);
    padding: 1rem;
    display: block;
}

.navBar-links li:hover {
    background-color: var(--col4);

}

.toggle-button {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 4px;
    width: 100%;
    background-color: var(--col2);
    border-radius: 10px;
}
/* TOP LINKS */
.topLinks {
	text-align:right;
	font-size: 20px;
}

.topLinks a {
    color: var(--col2);
	text-decoration: none;
}

.topLinks a:hover {
	color: var(--col3);
	text-decoration: underline;
}

/* IMAGES and BANNERS */
.basicImage {
    width: 80%;
}
.fullLengthImage {
    width: 700px;
}
.bscBanner {
    width: 530px;
}
.homeExtraDarkBG {
	float: left;
	clear:both;
	text-align:center;
	width: 100%;
	background-color:var(--col2);
	color: var(--col1);
	padding-top: 40px;
	padding-bottom: 40px;
}
#homeBG {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)) ,url("../images/stabenCreative-river.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
  	background-attachment: fixed; /* set a background image as fixed */ 
	padding-top: 200px;
	padding-bottom: 200px;
	font-size: 60px;
	}

    #hostBG {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)) ,url("../images/nasa-earth.jpg");
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
          background-attachment: fixed; /* set a background image as fixed */ 
        padding-top: 100px;
        padding-bottom: 100px;
        font-size: 36px;
        font-style: italic;
    }

.imgMap {
    max-width:500px;
}

/*HOSTING and DOMAINS*/
.planExtraWhiteBG {
	float: left;
	clear:both;
	width: 100%;
	background-color: var(--col1);
	color: #000;
	padding-top: 20px;
	padding-bottom: 40px;
}
#planBG {
	background-image: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)) ,url("../images/zac-edmonds-ukzjgUm-T7A-unsplash.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
  	background-attachment: fixed; /* set a background image as fixed */ 


}
/* HOSTING PLANS */
.box1 {
	float: left;
	width: 300px;
	padding: 10px 10px 20px 10px;
	margin-right: 50px;
	text-align: center;
	box-shadow: 2px 2px 10px #888888;
	background-color: var(--col1);
}

.box1 ul {
	list-style-type: none;
}

.box1 a {
	color: var(--col2);
	display: inline-block;
	text-align: center;
	padding: 10px 20px 10px 20px;
	background-color: var(--col1);
	text-decoration: none;
	font-size: 30px;
	border: 1px solid var(--col2);
}

.box1 a:hover {
	background-color: var(--col2);
	color: var(--col1);
	text-decoration: none;
}

h3 {
	font-size: 40px;
}

.fontSize30 {
    padding-top: 20px;
	font-size: 30px;

}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.contentCol {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
/* --------------- FOOTER ----------------- */
footer {
    background-color: #333;
    color: var(--col1);
    padding: 10px;
    text-align: center;
    float: right;
    width: 100%;
    }
    #footTitle {
    color: var(--col1);
    font-size: 40px;
    
    }
    
    footer a {
        color: var(--col1);
        font-size: 20px;
    }
    
    footer a:hover {
        color: #ddd;
    }
    .comments {
        padding: 40px;	
        font-size: 18px;
        background-color: #eee;
        border: 1px #000 solid;
    } 
    .greyBox {
        padding: 20px;	
        margin-bottom: 10px;
        font-size: 18px;
        background-color: #eee;
        border: 1px #000 solid;
    } 
    .verse-box {
        padding: 20px;	
        max-width: 600px;
        margin: auto;
        font-size: 24px;
        background-color: #eee;
        border: 1px #000 solid;
    }  
    input[type=text], select, textarea {
        color: #333;
        padding: 1em;
        height: auto;
        border-width: 1px;
        border-style: solid;
        border-color: #eaeaea;
        border-radius: 2px;
        background: #fafafa;
        box-shadow: none;
        box-sizing: border-box;
        transition: all .2s linear;
        font-size: 20px;
    }
    
    .but1 {
        padding-top: 20px;
        padding-right: 28px;
        padding-bottom: 20px;
        padding-left: 28px;
        border-style: solid;
        border-top-width: 0;
        border-right-width: 0;
        border-left-width: 0;
        border-bottom-width: 0;
        color: #ffffff;
        border-color: var(--col3);
        background-color: var(--col3);
        border-radius: 2px;
        font-family: inherit;
        font-weight: inherit;
        line-height: 1;
        font-size: 20px;
    }
    .but1:hover{
        background-color: var(--col2);
        color: var(--col1);
    }
/* RESPONSIVE CSS */  
@media (max-width:1200px) {
    .container {
		width: 100%;
	}
    .mainContainer {
        width: 100%;
    }
    .content  {
        width: 100%;
    }
    .sidebar {
        width: 100%;
    }
    .box1 {
		max-width: 400px;
		margin:20px;
		clear: both;
	}
}


@media (max-width:900px) {
    .homeBox {
		clear: both;
		width: 100%;
	}
    .imgMap {
        width:100%;
    }
    .box50 {
        width:100%
    }
}
@media (max-width: 700px) {
    .toggle-button {
        display: flex;
        top: 3rem;
    }
    .box1 {
        width: 100%;
    }
.bscBanner {
    width: 300px;
}
.topLinks {
    text-align: center;
}
/*.basicImage {
    width: 300px;
}*/

    .homeBox {
		clear: both;
		width: 100%;
	}
    .navBar-links {
       display: none;
       width: 100%;
    }

    .navBar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navBar ul {
        width: 100%;
        flex-direction: column;
    }
    .navBar-links li {
        text-align: center;
    }

    .navBar-links li a {
        padding: .5rem 1rem;
    }

    .navBar-links.active {
        display: flex;
    }
    .fullLengthImage {
    width: 300px;
}
}
