@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html { 
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	color: #333;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0)), url("images/bg.png");	
 	background-size: cover;
  background-attachment: scroll;
	background-repeat: no-repeat;
}

.header {
	width: 100%;
	display: flex;
    background-color: #1e2245;
	height: 4rem;
 }

.logo {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	padding-top: 5rem;
  margin-top: 0rem;
}

.logo img {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
	height: 100%;
}

/* Navigation Bar */ 

.nav {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	font-weight: 100;
	font-size: 1.3rem;
	color: #fff;
}

.nav a {
  font-weight: 100;
	color: #fff;
	text-decoration: none;
  	padding: 10px 17px;
  	font-size: 17px;
	margin-top: auto;
	margin-bottom: auto;
	padding-right: 2rem;
  	padding-left: 2rem;
}

.nav a:hover {
	color: #ccc;
	transition: 0.3s;
}

  .nav a.active {
  background-color: #62eced;
  color: #fff;
  border-radius: 30px;
  }

/* Navbar Media Queries */ 

/*------------ 320px --------------*/

@media only screen and (min-width: 320px) {

body {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0)), url("images/bg.png");	
 	background-size: cover;
	background-repeat: no-repeat;
  background-attachment: none;
}

.nav {
	display: flex;
	margin-right: auto;
	margin-left: auto;
}

 .nav a.active {
  background-color: #0d96a4;
  color: #fff;
  border-radius: 30px;
}

#button-1 {
  background: rgb(255,255,255); 
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%); 
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 35%;
  padding: 1rem; 
  color:#333; 
  text-decoration: none;
  border-radius: 25px; 
  text-align: center;
  }


#button-2 {
  background: rgb(255,255,255); 
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%); 
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 35%;
  padding: 1rem; 
  color:#333; 
  text-decoration: none;
  border-radius: 25px; 
  text-align: center;
  }


#button-3 {
  background: rgb(255,255,255); 
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%); 
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 35%;
  padding: 1rem; 
  color:#333; 
  text-decoration: none;
  border-radius: 25px; 
  text-align: center;
  }

  #button-4 {
  background: rgb(255,255,255); 
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%); 
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 35%;
  padding: 1rem; 
  color:#333; 
  text-decoration: none;
  border-radius: 25px; 
  text-align: center;
  }

.logo {
	padding-top: 3rem;
  margin-top: 0rem;
}

.logo img {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 100%;
}

.footer {
	position: relative;
	clear: both;
    width: 100%;
	font-weight: 100;
	font-size: .8rem;
	background: #000;
	display: flex;
	justify-content: center;
	margin-top: 3rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none; 
  font-weight: 400;
  padding-left: .3rem;
  }

.footer a:hover {
  color: #30D5C8;
  }

  .column img{
  	margin-left: auto;
  	margin-right: auto;
  	display: flex;
  }

}

/*------------ 576px --------------*/

@media only screen and (min-width: 576px) {

.logo img {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	height: 100%;
  margin-top: 0rem;
}

}

/*------------ 768px --------------*/

@media only screen and (min-width: 768px) {

.logo img {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 55%;
	height: 100%;
  margin-top: 0rem;
}

}

/*------------ 992px --------------*/

@media only screen and (min-width: 992px) {

.logo img {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 55%;
	height: 100%;
}

}

/*------------ 1200px --------------*/

@media only screen and (min-width: 1200px) {

.logo {
  margin-top: 1rem;
}

.logo img {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
	height: 100%;
}

.nav {
	margin-right: auto;
	margin-left: auto;
}

  .nav a.active {
  background-color: #0d96a4;
  color: #fff;
  border-radius: 30px;
  }

}

/*------------ 1400px --------------*/

@media only screen and (min-width: 1400px) {

}

/* Main section */
  .column {
  	width: 80%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
 }

  .column img {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  margin-top: 0rem;
  border-radius: 15px;
  }

  .row:after {
  content: "";
  display: table;
  clear: both;
}


@media (min-width: 1200px){
	.row{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	}

.column {
	width: 30%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.column img {
	width: 90%;
	height: 75%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

/* Button Section */
  #button-1 {
  background: rgb(255,255,255); 
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%); 
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 35%;
  padding: 1rem; 
  color:#333; 
  text-decoration: none;
  border-radius: 25px; 
  text-align: center;
  }

  #button-1:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #333;
  }

  #button-2 {
  background: rgb(255,255,255); 
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%); 
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  padding: 1rem; 
  color:#333; 
  text-decoration: none;
  border-radius: 25px; 
  text-align: center;
  }

  #button-2:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #333;
  }

  #button-3 {
  background: rgb(255,255,255); 
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%); 
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  padding: 1rem; 
  color:#333; 
  text-decoration: none;
  border-radius: 25px; 
  text-align: center;
  }

  #button-3:hover {
  opacity: 0.9;
  text-decoration:none;
  color:#333;
  }

  #button-4 {
  background: rgb(255,255,255); 
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%); 
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  padding: 1rem; 
  color:#333; 
  text-decoration: none;
  border-radius: 25px; 
  text-align: center;
  }

  #button-4:hover {
  opacity: 0.9;
  text-decoration:none;
  color:#333;
  }

/* Footer Section */

.footer {
   position:absolute;
   bottom:0px;
   width:100%;
   margin: 0;
   padding: 1rem;
   font-weight: 100;
   font-size: .9rem;
   background: #000;
   color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none; 
  font-weight: 400;
  padding-left: .3rem;
  }

.footer a:hover {
  color: #30D5C8;
  }