.projectItem{

  transition: transform 0.2s;
  transform: scale(1);
  overflow-y: hidden;
  height: 300px;
  width: 400px;
  cursor: pointer;
  margin-bottom: 30px;
  margin-left: 30px;
  display: inline-block;

}

body,html{
  font-family: Arial;

  counter-reset: lol;
  counter-reset: n;
}

body{

  background-color: #ffffff;
  margin:0px;
  overflow-x: none;

}

.error{

  color:red;
  background-color: #ffbbbb;

}

.success{

  color:green;
  background-color: #bbffbb;

}

.warn{

  color:orange;
  background-color: #ffffbb;

}

#alert{

  padding:15px;
  margin-top: 30px;

}

.addProject{

  width:400px;
  height:300px;
  background:white;
  border:black 1px solid;
  color:black;
  font-size:100px;
  line-height: 300px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 30px;
  cursor:pointer;
  float:left;

}

.imageButton{

  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width:400px;
  height:300px;
  line-height: 300px;
  font-weight: bold;
  color:black;
  font-size: 40px;
  display:inline-block;
  cursor: pointer;

  transform: scale(1);
  transition: transform 0.2s;

}

.imageButton:hover{

  transform: scale(1.04);

}

.projectItem:hover{

  transform: scale(1.04);


}

#htmlPlayer{

  margin-top: 10px;
  width:100%;
  height:800px;
  border: 1px solid black;

}

.projectBackground{

  width: 400px;
  height: 300px;
  background-image: url(https://www.gettyimages.ca/gi-resources/images/Homepage/Hero/UK/CMS_Creative_164657191_Kingfisher.jpg);
  background-size: cover;
  background-position: center;

}

.projectInfo{

  height: 300px;
  width:400px;
  margin-top: 220px;
  float: left;
  background-color: #ffffff;
  color: black;
  transition: margin-top 0.25s;

}

.projectInfo:hover{

  margin-top: 0px;

}

.topProjectInfo{

  padding: 12px 10px 10px 10px;
  width: 380px;
  color:black;
  border-bottom: #999999 1px solid;

}

.bottomProjectInfo{

  padding: 10px;

}

.projectInfoDescription{

  margin-top: 19px;
  padding: 10px;
  height: 190px;
  word-wrap: break-word;
  overflow-y: scroll;

}

.right{

  float: right;

}

.left{

  float: left;

}

.blike{

  color: #ffffff;
  transition: color 0.1s;
  cursor:pointer;

}

.blike:hover{

  color: #ff2222;

}

.bunlike{

  color: #ff2222;
  transition: color 0.1s;
  cursor:pointer;

}

.bunlike:hover{

  color: #ffffff;

}

.like{

  color: #000011;
  transition: color 0.1s;
  cursor:pointer;

}

.like:hover{

  color: #ff2222;

}

.unlike{

  color: #ff2222;
  transition: color 0.1s;
  cursor:pointer;

}

.unlike:hover{

  color: #000011;

}

.navbar{

  width:calc(100% - 60px);
  height: 60px;
  background-color: black;
  position: relative;
  font-family: Arial;
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;

}

.navbar li{

  float:left;
  padding:10px;
  color: white;
  height: calc(100% - 20px);
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;

  transition: background-color 0.25s;
  /* background-color: #fbfbfb; */

}
.navbar .right{

  float:right;

}

.navbar li:hover{

  background-color: #efefef;
  color: black;

}

.navbar a{

  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  color: black;

}

.searchIframe{
  width:100%;
  min-width:300px;
  max-width:100%;
  min-height: 150px;
  background:white;
  height:calc(100% - 100px);
  border:black 1px solid;
  border-top:none;
  border-left:none;
  resize: both;
  box-sizing: border-box;
}

.searchBar{

  padding: 10px;
  color:white;
  background-color:black;
  font-size:17px;
  padding-right:25px;
  padding-left:25px;

}

.searchBar i{
  margin-right:5px;
}

.searchInput{

  padding:10px;
  background: white;
  border-radius: 3px;
  font-size:15px;
  border:none;
  width:calc(100% - 76px);

}

.largeInput{

  min-width:250px;
  max-width:500px;

  margin-right: 20px;

  padding:10px;
  font-size:14px;
  color:black;
  background: none;
  color: black;

  height: 46px;

  border-radius: 2px;

  border: #ccd5da 1px solid;

  /* outline: none; */


}

.largeInput:focus{

  outline: none;
  box-shadow: 0px 0px 5px #cccccc;

}

.buttonGreen{

  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  transition: background-color 0.2s;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;

}

.buttonGreen:hover{

  color: #fff;
  background-color: #449d44;
  border-color: #398439;

}

.blueBackground{

  background-color: #6cccf9;
  border: 1px solid #01579b;
  color:#111111;
  transition: background-color 0.2s;

}

.blueBackground:hover{

  background-color: #4fc3f7;

}

.yellowBackground{

  background-color: #ffc107;
  border: 1px solid #01579b;
  color:#111111;
  transition: background-color 0.2s;

}

.yellowBackground:hover{

  background-color: #ffb300;

}

.whiteButton{

  background-color: #f7f7f7;
  border: 1px solid #222222;
  color:#111111;
  font-weight: bold;
  transition: background-color 0.2s;
  white-space: nowrap;

}

.whiteButtonLeft{

  border-radius: .3rem 0 0 .3rem !important;
  margin-right: 0 !important;

}

.whiteButtonRight{

  border-radius: 0 .3rem .3rem 0 !important;
  margin-left: 0 !important;
  display: inline-block;
  border-left: none;

}

.whiteButtonCenter{

  border-radius: 0 0 0 0 !important;
  margin-right: 0 !important;
  display: inline-block;
  margin-left: 0 !important;
  border-left: none;

}

.whiteButton:hover{

  background-color: #e8e8e8;

}


.button:focus{

  outline:none;

}

.button{

  padding:12px;
  font-size:16px;
  min-width: 120px;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 0.3rem;

}

.coolTextarea{
  width: 100%;
  height: 200px;
  border: 1px #f7f7f7 solid;
  border-bottom: 2px solid black;
  resize: none;
  font-size: 17px;
  transition: background-color 0.2s, border 0.2s;
  background-color: #f7f7f7;
  padding: 10px;

}

.coolTextarea:focus{

  background-color: #eeeeee;
  outline: none;


}

.comment{

  width: calc(100% - 20px);
  /* min-height: 100px; */
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  padding:10px;
  margin-top: 10px;

}

.commentAvatar{

  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
  float:left;
  margin-right: 10px;

}

.commentUser{

  margin-top: 10px;
  margin-bottom: 2px;

}

.commentText{

  margin-top: 0px;
  margin-bottom: 0px;

}

.coolTextarea:hover{

  border: 1px #eaeaea solid;
  border-bottom: 2px solid black;
  outline: none;


}

.textarea{

  width:700px;
  height:400px;
  resize: none;
  font-size: 17px;
  border-radius: 5px;
  border: black solid 1px;
  transition: border 0.2s;
  padding: 5px;

}

.textarea:focus{

  border: #4285F4 solid 1px;
  outline: none;

}

.language{

  display: inline-block;
  background-color: #eaeaea;
  width:400px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;

  transform: scale(1);

  transition: background-color 0.25s, transform 0.25s;

}

@media screen and (max-width: 1370px){

  .language{

    width: 300px;

  }

  .WIP{

    width: 450px !important;

  }

}

.language:hover{

  transform: scale(1.04);
  background-color: #e0e0e0;

}

.language .languageTitle{

  font-weight: bold;
  font-size: 1.7em;
  margin-top:13px;

}

.language .languageImage{

  background-position: center;
  background-size: cover;
  width:100%;
  height: 200px;
  background-image: url(https://www.gettyimages.ca/gi-resources/images/Homepage/Hero/UK/CMS_Creative_164657191_Kingfisher.jpg);

}

.language .points{

  text-align: left;

}

.language .points .point{

  font-size: 18px;
  padding:3px;

}

.addProjectPopup{

  display:none;
  position: absolute;
  top:10%;
  left:2.5%;
  width:95%;
  height: 650px;
  background-color: white;
  overflow-x:hidden;

  box-shadow: 6px 6px 6px #bbbbbb;

}

.addProjectPopup .close:hover, .addContributorsPopup .close:hover{

  background-color:red;


}
.addProjectPopup .close, .addContributorsPopup .close{

  width:50px;
  height:35px;
  line-height: 33px;
  font-size: 18px;
  text-align: center;
  position: fixed;
  background-color:#f1f1f1;
  top:10%;
  right:2.5%;
  color:black;
  cursor: pointer;
  z-index:999999999999;
  font-family: 'Verdana';

  transition: background-color 0.2s;

}

.addProjectPopup .divider{

  height:calc(100% - 150px);
  margin-bottom: 20px;

}


.addProjectPopup .screen{

  width:100%;
  height:calc(100% - 150px);
  display:none;
  position: absolute;
  left:0px;
  top:0px;
  transition: left 0.5s;

}

.addProjectPopup .backButton{

  padding:20px;
  font-size:23px;
  color:white;
  width: 170px;
  cursor: pointer;
  background-color: rgb(68,114,196);
  margin-right: 20px;
  border:none;

}


.addProjectPopup .nextButton{

  padding:20px;
  font-size:23px;
  color:white;
  width: 170px;
  cursor: pointer;
  background-color: rgb(112,173,71);
  border:none;

}

.downSection{

  /* background-color:white; */
  padding-top:20px;
  /* padding-bottom:15px; */
  /* padding-left:35px; */
  /* text-align:left; */

}

.bigCard{

  width: calc(100% - 240px);
  background-color: #f7f7f7;
  margin-left: 120px;
  border-radius: 5px;
  -webkit-box-shadow: 9px 9px 16px -7px rgba(136,136,136,1);
  -moz-box-shadow: 9px 9px 16px -7px rgba(136,136,136,1);
  box-shadow: 9px 9px 16px -7px rgba(136,136,136,1);
  margin-bottom: 100px;
}

.bigCard.large{
  width:calc(100% - 60px);
  margin-left:30px;
}


.projectInfoCard{

  background-color: #1976d2;
  padding: 25px;
  border-radius: 5px 5px 0 0;


}

.projectConfig{

  padding: 0 25px 25px 25px;
  border-radius: 0 0 5px 5px;

}

.projectAvatar{

  background-image: url(https://www.gettyimages.ca/gi-resources/images/Homepage/Hero/UK/CMS_Creative_164657191_Kingfisher.jpg);
  width: 65px;
  height: 65px;
  background-position: center;
  background-size: cover;
  float:left;
  border-radius: 100%;

}


.h1{

  font-size: 35px;
  display: block;
  font-weight: 300;

}

.h2{

  font-size: 25px;
  display: block;
  margin-bottom:10px;
  margin-top:10px;

}

.h3{

  font-size: 20px;
  display: block;
  margin-bottom:5px;
  margin-top:5px;

}

.h4{

  font-size: 16px;
  font-weight: bold;
  margin-bottom:5px;
  margin-top:5px;
  display: block;

}

.userInfoPage{

  background-color: #e7e7e7;
  padding: 15px;
  width: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  display: inline-block;

  transform: scale(1);
  transition: transform 0.2s;

}

.userInfoPage:hover{

transform: scale(1.04);

}

.userInfoPage .avatar{

  background-image: url(https://www.gettyimages.ca/gi-resources/images/Homepage/Hero/UK/CMS_Creative_164657191_Kingfisher.jpg);
  width: 100%;
  height: 100px;
  background-position: center;
  background-size: cover;
  border-radius: 100%;

}

.userInfoPage .textInfo{

  text-align: center;
  word-wrap: break-word;

}

.bSmall{

  padding: 2px !important;
  min-width: auto !important;
  width: auto !important;
  font-weight: normal !important;
  font-size: 14px !important;
  margin-right: 0px !important;
  word-wrap: break-word;

}

.addContributorsPopup{

  position: absolute;
  top: 5%;
  left: 5%;
  width:90%;
  height:90%;
  background-color: white;
  box-shadow: 0px 0px 25px #888888;
  z-index: 10;
  overflow-y: auto;

}

.searchResult{

  /* background-color: #ff0000; */
  margin-bottom: 10px;
  height:45px;
  position: relative;
  display: inline-block;

}

.searchResult .button{

  /* width:150px; */
  /* display: inline-block; */
  /* float: right; */

}
.searchResult .fieldName{

  width:150px;
  color:white;
  font-size:22px;
  line-height: 45px;
  background-color: #cccccc;
  display: inline-block;
  width: 600px;
  margin-right: 70px;

}


.codeWindow{

  border: solid 1px black;
  position: relative;

}

.codeWindow .tabBar{
  background-color: white;
  width:100%;
  height:48px;
  overflow-y: auto;
  overflow-x: auto;
  white-space: nowrap;

  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.codeWindow .tabBar .fileTab{
  min-width:150px;
  background-color: black;
  color:white;
  height:38px;
  line-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  font-size:18px;
  text-align: left;
  float:left;
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
  margin-bottom:10px;

}

.codeWindow .tabBar .fileTab.active{

  background-color:#555555;

}

.codeWindow .tabBar .fileTab:hover > .delete{
  opacity: 1;
}

.codeWindow .tabBar .fileTab .upload{
  margin-right:10px;
  opacity:0;
  transition: opacity 0.2s;
}

.codeWindow .tabBar .fileTab .delete{
  float:right;
  opacity:0;
  margin-top: 5px;
  border-radius: 100%;
  padding:5px;
  padding-left:8px;
  padding-right:8px;

  transition: background-color 0.5s, color 0.5s, opacity 0.2s;
}

.codeWindow .tabBar .fileTab .delete:hover{
  color:white;
  background-color:#aa2222;
}

.codeWindow .tabBar .fileTab.active > .delete{
  opacity: 1;
}

.codeWindow .tabBar .addFile{
  background-color: black;
  height:25px;
  width:30px;
  padding-top:5px;
  text-align: center;
  display: inline-block;
  color:white;
  font-size: 18px;
  margin-top: 4px;
  cursor:pointer;
}

.codeWindow .actionBar{
  background-color: #dddddd;
  font-size: 30px;
  height:40px;
  padding-left: 5px;
}

.codeWindow .actionBar .action{
  float:left;
  margin-top:5px;
  cursor:pointer;
  color:black;
  transition: color 0.2s;
  margin-right:5px;
}

.codeWindow .actionBar .action:hover{
  color:#555555;
}

.codeWindow .actionBar .starAction{

  float:right;

}

.codeWindow .actionBar .starAction:hover{
  color:black;

}

.codeWindow .actionBar .fileType{
  float:right;
}

.codeWindow .actionBar .fileType .fileTypes{
  font-size:18px;
  padding:6px;
  padding-top:3px;
  padding-bottom:3px;
  background: none;
  border:none;
  border-bottom: solid 2px black;
  cursor:pointer;
  outline: none;
  margin-top:4px;
  margin-right:4px;
}

.codeWindow .actionBar .fileType .fileTypes:focus{
  border-bottom-color: #440000;
}

.codeWindow .actionBar .fileType .fileTypes option{

}

.codeWindow .codeEditor{
  height:800px;
}

.description{

  resize:none;
  border:none;
  border-bottom: black 2px solid;
  background: none;
  width:100%;
  height:200px;

}

.notificationContainer{

  /* border-radius:5px; */
  /* border: 1px solid #d9d9d9; */
  padding-top: 25px;

}

.notification:last-child{

  border-radius: 0 0 5px 5px;

}

.notification:first-child{

  border-radius: 5px 5px 0 0;
  border-top: 1px solid #d9d9d9;

}
.notification{

  border: 1px solid #d9d9d9;
  border-top: none;
  padding: 30px;

  /* border-left:none;
  border-right:none; */

}

.notification .message{



}

.notification .date{

  float: right;

}

.projectImages{

  min-height: 150px;

}

.projectImages .projectImage{

  width:150px;
  height:150px;
  display: inline-block;
  margin-right: 10px;

}

.projectImages .projectImage.uploadImage{
  float:left;
  color:black;
  font-size:45px;
  text-align: center;
  line-height: 150px;
  border:solid 1px black;
  cursor: pointer;

  box-sizing: border-box;
}

.projectImages .projectImage.image{

  background-image: url(https://community.thunkable.com/uploads/default/original/1X/a8c639f5bd67f6eecf3b7f2209c7e7fada621f9c.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

  transition: transform 0.5s;

  cursor:pointer;

}

.projectImages .projectImage.image::after{
  opacity: 0;
  content:"x";
  color: red;
  background-color: rgba(247,247,247,0.5);
  width:150px;
  height:150px;
  display: block;
  font-size:45px;
  text-align: center;
  line-height: 150px;

  transition: opacity 0.5s;
}

.projectImages .deleteEffect:hover::after{
  opacity: 1;
}


.projectImages .projectImage.image:hover{

  transform: scale(1.03);

}

.claimPopup{

  width: 60%;
  height: 60%;

  background-color: white;
  box-shadow: 0px 0px 30px #333333;

  box-sizing: border-box;

  padding:25px;

  position: fixed;
  top:20%;
  left:20%;
  text-align: center;

  z-index: 9999999999;

  background:
    linear-gradient(
      rgba(240, 255, 240, 0.8),
      rgba(240, 255, 240, 0.8)
    ),
     url(https://i.pinimg.com/originals/4d/7c/6f/4d7c6fc5bd64129bfaf716360c7a1fd5.png);

  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;

  transition: top 5s;

}

.claimPopup .title{

  font-size:40px;

}

.claimPopup .moneyEarned{

  margin-top: 250px;
  font-size:65px;

}

.domain{

  min-width:400px;
  background-color: white;
  box-shadow: 0px 0px 10px #555555;
  display:inline-block;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 15px;

}


.domain.small{

  min-width: 200px;

}

.domain .text{

  font-size: 35px;
  text-align: center;
  padding:15px;
  background-color: #1d76d0;
  color:white;

}

.domain .text.gold{

  background-color: #008c1c;

}

.domain .actionPanel{
  padding: 15px;
}

.domain .actionPanel .linkedTo{
  font-size:17px;
  margin-bottom:15px;
}

.cursor{
  position: absolute;
  background-color: red;
  width:1px;
  height: 21px;
}

.selection{
  position: absolute;
  background-color: red;
  height: 21px;
  opacity: 0.3;
}

#editor{
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}

.docSubsection{

  opacity: 0;
  transition: opacity 0.8s, transform 0.2s;
  font-size:20px;
  margin-bottom:20px;
  font-weight:normal;

  transform: scale(1);

  counter-increment: n;

  position: relative;
  display: block;
  width: 400px;

  background-color: #efefef;
  padding:15px;

}

.docSubsection:hover{

  transform: scale(1.05);

}

.docSection{

  position: relative;

  text-decoration: none;
  color: black;
  cursor:pointer;
  /* width:calc(100% - 100px); */
  width: 350px;
  background:white;
  display:inline-block;
  box-sizing: border-box;



  box-shadow: 5px 5px 10px #555555;

  margin-right:15px;

  transition: transform 0.3s, box-shadow 0.3s;

}

.docSection:hover{

  transform: scale(0.99);

  box-shadow: 3px 3px 10px #555555;

}

.docSection h3{

  margin-top:0px;
  padding:15px;
  padding-bottom:15px;
  margin-bottom: 0px;

  font-size: 25px;

  background-color: #2076ce;

  color:white;

}

.docSection span{

  margin-top:15px;
  padding:15px;
  padding-top: 0px;
  display: block;

  font-size: 17px;

}

.useAtom{
  margin-top: 25px;
  font-size: 18px;
  border-top: solid black 2px;
  padding-top: 25px;
}

.sneakyRecommendations{

  

}
