/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

* { padding: 0; margin: 0; }

body {
 background-image:url('../images/confluence/confluence-greenbig.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed;
	
	background-position: center;
    background-size: cover;
    height: 100vh;
}
#wrapper { 
 margin: 0 auto;
 width: auto;
}
#text { 
	color: #000000;
	background: transparent;
		padding: 30px;
	width: auto;
	display: inline;
	position: relative;
 
}

.main{
    width: 70vw;  
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%);
    
    
    height: 15vh;
	margin: auto;
        
}

/* Default mobile styles */
/*.navbar {
    display: flex;
    flex-direction: column;
}
.menu ul {
    display: none;
    flex-direction: column;
}
.menu button {
    display: block;
}

/* Styles for tablets and desktops */
/*@media (min-width: 768px) {
    .navbar {
        flex-direction: row;
    }

    .menu ul {
        display: flex;
        flex-direction: row;
    }

    .menu button {
        display: none;
    }
}
*/
.navbar{
    width: 120vh;
    height: 5vh;
    margin: 5vh;
}

.icon{
    width: 7%;
    float: left;
    height: 70%;
    
}

.logo {
    width: 155vh;  /* Adjust to your logo's width */
    height: 9vh;  /* Adjust to your logo's height */
    background-image: url('../images/2degrees-logo.png');
    background-size: contain;  /* Resize the background image to fit inside the .logo element */
    background-repeat: no-repeat;  /* Ensure the logo doesn't repeat */
    float: left;
    padding-top: 10%;
    padding-left: 20%;
    margin-top: 30%;
    margin-left: -30%;
    
}

.menu{
    width: 10%;
    float: none;
    display: flex;
    height: 10%;
}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a{
    text-decoration: none;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
    font-size: 19px;
}

ul li a:hover{
    color: #ff7200;
}
.btn{
    width: 100px;
    height: 40px;
    background: #ff7200;
    border: 2px solid #ff7200;
    margin-top: 13px;
    color: #fff;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.2s ease;
    cursor: pointer;
}
.btn:hover{
    color: #000;
}

.btn:focus{
    outline: none;
}

.srch:focus{
    outline: none;
}
/*
@media (max-width: 1200px) {
    .navbar {
        width: 100%;
        padding: 0 20px; /* Add padding to the sides on smaller screens *//*
    }

    .content {
        padding: 0 20px; /* Add padding to the sides on smaller screens *//*
    }
}

@media (max-width: 768px) { /* Common breakpoint for tablets and below *//*
    .navbar {
        flex-direction: column; /* Stack the items vertically *//*
    }

    .menu {
        width: 100%; /* Take full width *//*
        text-align: center; /* Center the menu items *//*
    }

    ul li {
        margin-left: 20px; /* Reduce margin between menu items *//*
    }
}
*/
.content{
    max-width: 1200px;
    height: auto;
    margin: auto;
    color: #00470f;
    position: relative;
	background-color: rgba(255, 255, 255, 0.5)50%;
}

.content .par{
	padding-left: 0px;
    padding-bottom: 2px;
    font-family: 'Open Sans', Georgia, serif;
    line-height: 30px;
}

.content h1{
    font-family: 'Open Sans', Helvetica, serif;
    font-size: 3vw;

}
.content h3{
    font-family: 'Open Sans', Georgia, serif;
    font-size: 2vw;
    color: #00470f;

}
.content h2{
	font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.65vw;
    padding-left: 2px;
	height: auto;
    margin: auto;
}
.content h4{
    font-family: 'Open Sans', Georgia, serif;
    font-size: 1vw;
    color: #000000;

}
.content .cn{
    width: 160px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 1vw;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s ease;
    
}

.content .cn a{
    text-decoration: none;
    color: #000;
    transition: .3s ease;
}

.cn:hover{
    background-color: #fff;
}

.content span{
    color: #ff7200;
    font-size: 65px
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 images per row */
    gap: 16px; /* space between images */
}

.image-container img {
    width: 100%; /* make images responsive */
    height: auto;
    border-radius: 8px; /* optional rounded corners */
}

.coming-soon {
    padding: 20px;
    background-color: #f9f9f9;  /* Light gray background */
    border: 1px solid #e0e0e0;  /* Light gray border */
    border-radius: 5px;         /* Rounded corners */
    text-align: center;         /* Centered text */
    margin-bottom: 20px;        /* Space below the section */
}

.coming-soon h2 {
    color: #333;                /* Dark text color */
    margin-bottom: 15px;        /* Space between the title and content */
}

.coming-soon p {
    color: #666;                /* Slightly lighter text color */
}

.icons {
    text-align: center; /* This centers the icons in the container */
    padding: 20px 0; /* Adds some padding on top and bottom */
}

.icons a {
    margin: 0 10px; /* Adds spacing between icons */
    font-size: 24px; /* Adjusts the size of the icons */
    color: #333; /* Default icon color, you can change this to suit your design */
    transition: color 0.3s; /* Smooth color transition on hover */
}

.icons a:hover {
    color: #007BFF; /* Color of the icon when hovered, you can change this too */
}
.youtube-container {
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio for 16:9 */
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Hide the image by default */
#hiddenImage {
    display: none;
}

/* Style the "here" text */
#showImage {
    cursor: pointer;
    color: blue; /* Change the color to your preferred color */
}

/* Show the image when hovering over the "here" text */
#showImage:hover + #hiddenImage {
    display: block;
}
