@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Playwrite+NZ+Basic:wght@100..400&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* reset */ a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/* new stuff below */
body { font-family: sans-serif; background-color: #1f6df7;}
main {width: 90%; margin:auto;background-color: #DDD1C7; padding: 5%; border-radius: 10%; margin-bottom: 2em;}
footer {margin-top: 1em;}
p {padding-bottom: .75em; line-height: 1.5em; width: 80%; font-size: 14pt; font-family: Roboto, Arial, Helvetica, sans-serif; font-weight: 500;}
h2 {margin-top: 1em; padding-bottom: .75em;font-size: 24pt; font-family: Luckiest Guy, Arial, Helvetica, sans-serif}
h1 {padding-bottom:  .5em; font-size: 32pt; font-weight: bold; font-family: Luckiest Guy, Arial, Helvetica, sans-serif;}
img {padding-bottom: .75em;}
li {border-radius: 5%;}
.list a:link {color: #d137e8; text-decoration: none;} 
.list a:visited {color:#d137e8; text-decoration: none;}
.list a:hover {color: #071E22; text-decoration: none;}
.list a:focus {color:#071E22; text-decoration: none;}
.list a:active {color: #071E22; text-decoration: none;}
.list a {font-family:Roboto,Arial, Helvetica, sans-serif;font-size: 16pt; font-weight:bold;}
li {padding-top: 1em;}
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  
}


/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
 
  
}
.overlay-image{
			position:absolute;
			bottom:0;
			left:0;
			right:0;
			top:0;
			background-position: center;
			background-size:cover;
			opacity:1;
  border-radius: 10%
		}
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.circular-square { border-radius: 50%; }
.imgflexcontainer {display: flex; flex-flow: wrap; justify-content: space-evenly; margin-top: 2em; margin-top:0em;}
.imgflex {max-width: 30%;}
main { margin-top: 5em;}
.btn {background-color: #d137e8; border: none; font-family: Roboto, Arial, Helvetica, sans-serif; font-weight: 600;}
.btn:hover {background-color:#1f6df7 }
.farkus {float: right; margin: 1em;}
.fav {padding-left: 1em;}