@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  font-family: 'Roboto', sans-serif;
  color: #c1dfc5;	
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size:16px;
  background: #154E4F;
  background: radial-gradient(at center, #154E4F, #123436);	
}

.bg {
/*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=154e4f&c2=123436&gt=r&gd=dcc
*/

  background: #154E4F;
  background: radial-gradient(at center, #154E4F, #123436);	
	}

.fill {
  height:100vh;
}

img {max-width:300px;}

H1 {font-size:32px;}
H2 {font-size:22px;}
H3 {font-size:20px; margin-bottom:20px}

H1 span {font-weight:700;}

a, a:hover, a:link, a:visited { color: #c1dfc5; text-decoration:none;}

.links {line-height:30px;}

.but {
	border:#c1dfc5 solid 1px; 
	padding: 5px 10px;
	
}



@media (max-width:1000px) {
.col-5, .col-7 {width:100%; max-width:100%;}
.fill {display:block!important;}
.col-7 {margin-bottom: 50px;}
}






